BUG: fix system python dependency#1799
Conversation
|
@alexrockhill, thanks for interest in this project! The Please, explain why you think this is important. |
|
I ran this on a local runner without a system wide python installation and it failed because all-greens calls a plain python command within it. |
Then I would make this step conditional (if no Python 3 installed - install) |
|
@YuriiMotov how important is execution/build time compared to "comes with all batteries included"? The less external and uncontrollable dependencies, the better and streamlined the result, or? |
|
Hi @alexrockhill 👋 This job is to determine if a PR can be merged, and since we don't use local runners, we don't really need this change here, but feel free to add it to your own project. Given that, I'll pass on this one. But thanks for the effort! 🚀 |
From testing, this was actually using the system-wide python install so probably should set up its own for a better config.